Skip to content

[AAM-65858] Add ops-cli Teleport support#174

Merged
matei0494 merged 7 commits intoadobe:masterfrom
matei0494:AAM-65858
Feb 3, 2026
Merged

[AAM-65858] Add ops-cli Teleport support#174
matei0494 merged 7 commits intoadobe:masterfrom
matei0494:AAM-65858

Conversation

@matei0494
Copy link
Contributor

@matei0494 matei0494 commented Aug 13, 2025

Description

Add support for Teleport (https://goteleport.com/).

Related Issue

Motivation and Context

Balabit will be replaced by Teleport hence support will need to be added.

How Has This Been Tested?

Tested ops functionality for ssh, sync, run and playbook. Added additional tests for ssh with Teleport.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

def ec2(args):
filters = args.get('filters', [])
bastion_filters = args.get('bastion', [])
teleport_enabled = args.get('teleport_enabled')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inventory:
  - plugin: cns
    args:
      teleport_enabled: True
      clusters:
        - region: us-east-1
          boto_profile: aam-npe
          names: ['{{ cluster }}']

Comment on lines +369 to +371
def is_teleport_enabled(self, args):
return True if self.get_cluster_config('teleport').get('enabled') and args.use_teleport else False

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scb:
  enabled: false
  host: 'scb.global.adobe.net'

teleport:
  enabled: true

@matei0494 matei0494 merged commit 80ff04e into adobe:master Feb 3, 2026
4 checks passed
@matei0494 matei0494 deleted the AAM-65858 branch February 3, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants